home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / bbs / trionbbs100.lha / Trion / cfg / TrionRM.cfg < prev    next >
Text File  |  1997-07-28  |  4KB  |  118 lines

  1.  
  2. ;;;   Configuration file for the Trion resource manager
  3.  
  4.  
  5. ;;; Sysop name for the TrionRM monitor (waiting msgs)
  6.  
  7. SYSOP  NAME      Paul_Spijkerman
  8.  
  9.  
  10. ;;;   General Path definitions
  11.  
  12. ;;;   Note that all entries (exept MENUTEXT) should end with a ':' or '/' !!!
  13.  
  14.  
  15. PATH DEFAULT    trion:              ; Where is the key and startup & down scripts
  16. PATH CONFIG     trion:cfg/          ; Where the executables will look for configs
  17. PATH UTILS      trion:utils/        ; BBS executables
  18. PATH SCRIPTS    trion:scripts/      ; Where are the scripts
  19. PATH USERS      trion:users/        ; Here is the user data
  20. PATH LOGS       trion:log/          ; where the logs go
  21. PATH DATA       trion:data/         ; some private things/data of the BBS
  22. PATH ICONS      trion:icons/        ; Where RIPscrip 'icons' go
  23. PATH SAMPLES    trion:samples/      ;!Not needed (now) because of full path with sample use
  24. PATH DOORS      trion:doors/        ; Were to find questionair doors (also doors: assign)
  25. PATH TEMPDIR    ram:                ; temporary path
  26.  
  27. ;;;   Path definitions for menus
  28.  
  29. PATH MENUS      trion:menus/        ; This is where the menu sources go
  30. PATH MENUTEXT   trion:menutext      ; screens with menus Don't add a '/' !!!
  31. ; PATH MENUTEXT1  trion:menutext1/    ; BBS will add number to MENUTEXT line
  32. ; PATH MENUTEXT2  trion:menutext2/    ; BBS will add number to MENUTEXT line
  33. PATH TEXT       trion:text/         ; screens for login, logout, etc
  34.  
  35. ;;;   Path definitions for file catalogue
  36.  
  37. PATH FILECAT    trion:filecat/      ; this is where the file catalogue is kept
  38. PATH UPLOAD     trion:Upload/       ; This is where Uploads go/are processed
  39. PATH KILLED     trion:KilledFiles/  ; This is where deleted files go
  40.  
  41. ;;;   Path definitions for mail
  42.  
  43. PATH MAIL       trion:mail/         ; This is where mail is stored
  44. PATH INBOUND    trion:InBound/      ; This is where Incoming mail goes
  45. PATH OUTBOUND   trion:OutBound/     ; This is where Outgoing mail goes
  46. PATH NODELISTS  trion:NodeLists/    ; This is where nodelists go
  47.  
  48.  
  49.  
  50.  
  51. ;;; Config for the TrionRM monitor
  52.  
  53.  
  54. ICON  80  0
  55.  
  56.  
  57. ;;; NODE         <- Number of nodes online that are visible in the monitor
  58. ;;; LASTCALLERS  <- Number of Callers in the monitor 
  59.  
  60. NODES          2     ;2
  61. LASTCALLERS    10     ;14
  62.  
  63. ;;; USEWB/USESCREEN  <- Where to put the monitor window
  64.  
  65. USESCREEN
  66. ;USEWB
  67.  
  68. ;;; Screen dimensions
  69.  
  70. SCREEN WIDTH   640       ;640, 800, 1280
  71. SCREEN HEIGHT  256       ;200, 256, 400, 512
  72. SCREEN DEPTH   3         ; 2-4
  73.  
  74. ;;  Monitor: Select a monitor:
  75. ;;       NTSC       640 x 200    60Hz   15,72Khz   (American 1084 mode)
  76. ;;       PAL        640 x 256    50Hz   15,60Khz   (Europe   1084 mode)
  77. ;;       MULTISCAN  640 x 480    58Hz   29,29Khz   (VGA/multisync monitors)
  78. ;;       EURO72     640 x 400    69Hz   29,25Khz
  79. ;;       EURO36     640 x 200    73Hz   15,76Khz
  80. ;;       SUPER72    448 x 306    71Hz   23,21Khz
  81. ;;       DBLNTSC    676 x 213    58Hz   27,66Khz
  82. ;;       DBLPAL     676 x 269    48Hz   27,50Khz
  83. ;;       DONTCARE   640 x 2xx    Should work on every system
  84.  
  85. MONITOR  DONTCARE
  86.  
  87.  
  88. ;;  Use 'INTERLACE' and/or 'SUPER' for bigger screens 
  89. ;;  InterLace: boost vertical   resolution to  400 -  538 if possible
  90. ;;  Super:     boost horizontal resolution to 1280 - 1448 if possible
  91.  
  92. ;INTERLACE
  93. ;SUPER
  94.  
  95.  
  96. ;DEFAULT FONT     topaz.font       8            ;; 8       Default font
  97. ;TEXT    FONT     fineline.font    8            ;; 8 or 11 Button and StringGadgets
  98. ;SMALL   FONT     pmfont.font      8            ;; 8       Lists
  99.  
  100. DEFAULT FONT     topaz.font    8            ;; 8       Default font
  101. TEXT    FONT     topaz.font    8            ;; 8 or 11 Button and StringGadgets
  102. SMALL   FONT     topaz.font    8            ;; 8       Lists
  103.  
  104.  
  105.  
  106. ;;;  COLOR    number   red green blue
  107.  
  108. COLOR  0  10  10  10         ;;  Mid Grey
  109. COLOR  1   0   0   0         ;;  Black
  110. COLOR  2  15  15  15         ;;  White
  111. COLOR  3   6   8  11         ;;  Blue
  112.  
  113. COLOR  4   9   9   9         ;;  Dark  Grey
  114. COLOR  5  11  11  11         ;;  Light Grey
  115. COLOR  6   9  12  10         ;;  Beige
  116. COLOR  7   9  10  12         ;;  Light Blue
  117.  
  118.